if ( have_posts() ) :
while (have_posts()) : the_post(); ?>
endwhile;
echo mxnet_pagination(); wp_reset_query();
else: ?>
_e('Sorry, but nothing matched your search criteria. Please try again with some different keywords.', ICL_LANGUAGE_CODE);?>
endif; ?>